[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
  STATEMENTS

  A statement is the basic element of code. A statement ALWAYS ends
  with a semicolon character (;). In any location where a statement is
  acceptable, you may use a group of statements, by enclosing them all
  in curly braces There are many types of statements, including:
  expression, if, while, do...while, for, return, break, continue,
  and goto statements. Each type has several different parts.

See Also: break continue do expression for goto if return while structure
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson